home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 264_01 / nrodef.c < prev    next >
Text File  |  1980-01-01  |  384b  |  16 lines

  1. /*
  2.  *    external "common" for NRO word processor
  3.  *
  4.  *    Stephen L. Browning
  5.  *    5723 North Parker Avenue
  6.  *    Indianapolis, Indiana 46220
  7.  */
  8.  
  9. struct docctl dc;
  10. struct page pg;
  11. FILE *oub;
  12. FILE *pout;
  13. struct cout co;
  14. FILE *sofile[NFILES];    /* input file buffers    */
  15. struct macros mac;
  16.